home *** CD-ROM | disk | FTP | other *** search
/ MacFormat España 15 / macformat_15.iso / C de cerca / Codewarrior Lite / MacOS Support / Headers / ANSI Headers / iso646.h < prev    next >
Text File  |  1994-10-20  |  436b  |  25 lines

  1. /* iso646.h standard header */
  2. #ifndef _ISO646_
  3. #define _ISO646_
  4. #define and        &&
  5. #define and_eq    &=
  6. #define bitand    &
  7. #define bitor    |
  8. #define compl    ~
  9. #define not        !
  10. #define not_eq    !=
  11. #define or        ||
  12. #define or_eq    |=
  13. #define xor        ^
  14. #define xor_eq    ^=
  15. #endif
  16.  
  17. /*
  18.  * Copyright (c) 1994 by P.J. Plauger.  ALL RIGHTS RESERVED. 
  19.  * Consult your license regarding permissions and restrictions.
  20.  */
  21.  
  22. /* Change log:
  23.  *94June04 PlumHall baseline
  24.  */
  25.